home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 March
/
PCWorld_2007-03_cd.bin
/
komunikace
/
acehtml
/
acehtmlfreeware.exe
/
scriptdef
/
Popup Page.sd
< prev
next >
Wrap
INI File
|
2006-09-13
|
576b
|
38 lines
[SUBJECT]
Description=Redirect to a new page after 5 seconds
ImageIndex=-1
Folder=Tools
[HEAD_TEXT]
;<script language="JavaScript">
;<!-- Begin
;function popupPage() {
;var page = "`URL`";
;windowprops = "height=`height`,width=`width`,location=no," + "scrollbars=no,menubars=no,toolbars=no,resizable=yes";
;window.open(page, "Popup", windowprops);
;}
;// End -->
;</script>
;
[BODY_TAG]
;onLoad="setTimeout('popupPage()', 5000);"
[`URL`]
Kind=S
Value=http://www.yahoo.com
[`height`]
Kind=S
Value=400
[`width`]
Kind=S
Value=500